stylecontext: Don't copy CSS values on context_save()
authorBenjamin Otte <otte@redhat.com>
Sun, 19 Oct 2014 19:04:48 +0000 (21:04 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 21 Oct 2014 01:03:28 +0000 (03:03 +0200)
commit4cc4e18d567159c784eb8c668bbbd7d725aeb816
tree29bdb85f1f91013e4a9cdbb8aaee0e56f458e2c0
parent57cafc277b5bcc1b5f6a3d4dd62cca8f5f660073
stylecontext: Don't copy CSS values on context_save()

Keeping them is a bad idea now where the widget paths are actually
changed by a save(). And almost all of the time, state or style classes
will be changed anyway.

Looking them up again is just a hash table lookup anyway.
gtk/gtkstylecontext.c